home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32 Myth The Fallen Lords.iso / pc / BRINDES / BOOTMAGI / BMAPPS.Z / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  1999-01-28  |  329b  |  20 lines

  1. @ECHO OFF
  2. PROMPT $P$G
  3.  
  4. BMBoot.Exe /rescue
  5.  
  6. REM Put Network or CD-ROM drivers here.
  7.  
  8. REM CDEX.EXE [/Help/?] /D:driver_name [/L:drive_letter] [/M:buffers]
  9.  
  10. REM Load Mouse Driver
  11. MOUSE
  12.  
  13. If Not Exist C:\BTMAGIC.PQ\BMCFG.EXE goto Skip
  14. REM Load the BootMagic Configuration Manager
  15. C:
  16. CD \BTMagic.PQ
  17. BMCfg.Exe
  18.  
  19. :Skip
  20.